PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images.exceptions Package / TiffEncodeException Class / TiffEncodeException Constructor
The exception message.
The number of frames successfully encoded in the TIFF image.
In This Topic
    TiffEncodeException Constructor
    In This Topic
    Initializes a new object.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public TiffEncodeException( 
       java.lang.String message,
       int frameCount
    )

    Parameters

    message
    The exception message.
    frameCount
    The number of frames successfully encoded in the TIFF image.
    See Also